home *** CD-ROM | disk | FTP | other *** search
/ Games People Play 2 / Armorwares Games People Play.iso / menu / 1 / loader / 2.bat < prev    next >
Encoding:
DOS Batch File  |  1994-05-21  |  262 b   |  21 lines

  1. echo off
  2. @cls
  3. echo.
  4. echo.
  5. echo.
  6. echo.
  7. dch [45] Yyn         Are you Sure you want to install the Game ? (y/n)  
  8.  
  9. if errorlevel 3 goto bye
  10. echo on
  11. cd\dosgames\loadrlar
  12. md c:\loadrlar
  13. xcopy *.* c:\loadrlar /s /e /v
  14. :bye
  15. cd\menu\1
  16. loader.bat
  17.  
  18.  
  19.  
  20.  
  21.